home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / lwatch.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1991-01-22  |  2KB  |  73 lines

  1. echo off
  2. echo .
  3. echo The install line above should read
  4. echo A:install A,C
  5. echo where A is the drive you have inserted the LAN Watch disk in,
  6. echo and C is your hard disk drive.  If your hard disk is not in
  7. echo drive C, replace the C with the correct identifier for your
  8. echo hard disk.  Likewise, if the LAN Watch disk is not in
  9. echo drive A, replace the A on the left and right side of the
  10. echo install line with the correct identifier.
  11. echo Be sure not to include any colons on the right side of the install line.
  12. echo .
  13. echo If the install line is not correct press Ctrl C now,
  14. echo else
  15. pause
  16. echo on
  17. %2:
  18. cd \
  19. if not exist logon.com copy %1:logon.com
  20. md \zzlog
  21. cd \zzlog
  22. copy %1:logon.com
  23. copy %1:password.exe
  24. if not exist password.bin copy %1:password.bin
  25. if not exist group.bin copy %1:group.bin
  26. echo off
  27. echo .
  28. echo .
  29. echo The Logon and Password programs have been
  30. echo installed on %2:\zzlog.
  31. echo .
  32. echo If this is a network workstation and you do not want
  33. echo to install the Report and Setup programs please
  34. echo press CTRL C now.
  35. echo else
  36. pause
  37. echo on
  38.  
  39. copy %1:readme.exe
  40. copy %1:readme.doc
  41. copy %1:readme.txt
  42. if not exist prt_init.txt copy %1:prt_init.txt
  43. copy %1:setup.ctx
  44. copy %1:setup.hlp
  45. copy %1:report.ctx
  46. copy %1:report.hlp
  47. if not exist menus.bin copy %1:menus.bin
  48. if not exist colors.bin copy %1:colors.bin
  49. copy %1:setup.exe
  50. copy %1:report.exe
  51. copy %1:lanwatch.doc
  52. echo off
  53. cls
  54. echo ..................................
  55. echo .                     tm         .
  56. echo . Multi-User LAN Watch 1.03      .
  57. echo . Copyright (C) 1990 by E. Zaron .
  58. echo . All Rights Reserved.           .
  59. echo .                                .
  60. echo . LAN Watch has been installed   .
  61. echo . on directory %2:\zzlog          .
  62. echo .                                .
  63. echo . To load Logon into your        .
  64. echo . computer's memory type the     .
  65. echo . following two lines at the     .
  66. echo . DOS prompt.                    .
  67. echo .                                .
  68. echo . CD \                           .
  69. echo . LOGON                          .
  70. echo .                                .
  71. echo ..................................
  72. echo on
  73.